home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIP Turkiye Aralık 1997.iso / internet / netvamp / _setup.1 / Vampire.exe / 0 / RCDATA / TCHECKPROXYDLG / TCHECKPROXYDLG.txt
Text File  |  1997-08-21  |  2KB  |  114 lines

  1. object CheckProxyDlg: TCheckProxyDlg
  2.   Left = 246
  3.   Top = 87
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Vampire'
  7.   ClientHeight = 170
  8.   ClientWidth = 307
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 81
  20.     Top = 8
  21.     Width = 144
  22.     Height = 13
  23.     Caption = 'Checking new proxy settings...'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 32
  28.     Width = 57
  29.     Height = 13
  30.     Caption = 'HTTP proxy'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 80
  35.     Width = 48
  36.     Height = 13
  37.     Caption = 'FTP proxy'
  38.   end
  39.   object StopBtn: TBitBtn
  40.     Left = 116
  41.     Top = 136
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Stop'
  45.     TabOrder = 0
  46.     OnClick = StopBtnClick
  47.     Kind = bkCancel
  48.   end
  49.   object Panel1: TPanel
  50.     Left = 9
  51.     Top = 48
  52.     Width = 289
  53.     Height = 25
  54.     BevelInner = bvLowered
  55.     BevelOuter = bvNone
  56.     TabOrder = 1
  57.   end
  58.   object Panel2: TPanel
  59.     Left = 9
  60.     Top = 96
  61.     Width = 289
  62.     Height = 25
  63.     BevelInner = bvLowered
  64.     BevelOuter = bvNone
  65.     TabOrder = 3
  66.   end
  67.   object TCP2: TTCP
  68.     Left = 272
  69.     Top = 128
  70.     Width = 32
  71.     Height = 32
  72.     OnError = TCP2Error
  73.     OnConnect = TCP2Connect
  74.     ControlData = {
  75.       2143341208000000E5020000E502000001000000000000000000000000000000}
  76.   end
  77.   object TCP1: TTCP
  78.     Left = 8
  79.     Top = 128
  80.     Width = 32
  81.     Height = 32
  82.     OnError = TCP1Error
  83.     OnConnect = TCP1Connect
  84.     ControlData = {
  85.       2143341208000000E5020000E502000001000000000000000000000000000000}
  86.   end
  87.   object UseButton: TBitBtn
  88.     Left = 45
  89.     Top = 136
  90.     Width = 105
  91.     Height = 25
  92.     Caption = 'Use anyway'
  93.     TabOrder = 5
  94.     Visible = False
  95.     Kind = bkYes
  96.   end
  97.   object ChangeButton: TBitBtn
  98.     Left = 157
  99.     Top = 136
  100.     Width = 105
  101.     Height = 25
  102.     Caption = 'Change'
  103.     TabOrder = 6
  104.     Visible = False
  105.     Kind = bkNo
  106.   end
  107.   object Timer1: TTimer
  108.     Enabled = False
  109.     OnTimer = Timer1Timer
  110.     Left = 272
  111.     Top = 8
  112.   end
  113. end
  114.